home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2183 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: halley.aero.org!johnson
  2. From: johnson@halley.aero.org ("Wowbagger the Infinitely Prolonged")
  3. Newsgroups: comp.lang.c,comp.os.vms
  4. Subject: Problems with DEC C
  5. Date: 19 Jan 1996 17:13:22 GMT
  6. Organization: The Aerospace Corporation
  7. Distribution: world
  8. Message-ID: <4dojfi$31a@news.aero.org>
  9. Reply-To: johnson@halley.aero.org
  10. NNTP-Posting-Host: halley.aero.org
  11.  
  12.  
  13.  
  14. I have been trying to install XV 3.10, NETPBM, and XANIM on my VMSCluster.
  15. I have Alphas and VAXStations running OpenVMS 6.2 and DEC C 5.2.  I keep
  16. getting errors such as:
  17.  
  18.   typedef unsigned char  u_char;
  19. ........................^
  20. %CC-E-NOLINKAGE, In this declaration, "u_char" has no linkage and has a prior
  21. declaration in this scope at line number 304 in file
  22. SYS$COMMON:[SYSLIB]DECC$RTLDEF.TLB;3.
  23. at line number 82 in file PD$ROOT:[X11.MISC.XV310]XV.H;1
  24.  
  25. I get similar errors for u_int, u_short, u_int, and u_long.  Has anyone seen
  26. errors like these?  How do I get around them?  I don't think it is simply a
  27. question of using /DECC vs. /VAXC.
  28.  
  29. TIA.
  30. --------------------------------------------------------------
  31. Rick Johnson                   |  
  32. The Aerospace Corporation      | "I thought, therefore I was"              
  33. email: johnson@halley.aero.org |              
  34. phone: (310)336-3588           |            - Descartes...now
  35.  
  36.